chore: upgrade oxc dependencies from 0.117.0 to 0.137.0 - #46
Conversation
- Upgrade oxc_parser, oxc_ast, oxc_allocator, oxc_span, oxc_syntax - Fix breaking change: ParserReturn.errors renamed to diagnostics - All 338 tests pass
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (2)
📝 WalkthroughWalkthroughFive Changesoxc Upgrade and Parser Diagnostics Adaptation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Benchmark Results |
Summary
Upgrades all oxc dependencies from 0.117.0 to 0.137.0 to stay current with the upstream parser ecosystem.
One breaking API change was addressed: ParserReturn.errors was renamed to ParserReturn.diagnostics.
Changes
Test plan
cargo test)Related issues
Summary by CodeRabbit
Release Notes
Bug Fixes
Chores